d/rules: Correct argument used to disable gjs on s390x
authorSimon McVittie <smcv@debian.org>
Tue, 8 Mar 2022 16:16:02 +0000 (16:16 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 8 Mar 2022 16:16:13 +0000 (16:16 +0000)
debian/rules

index 353abe8a30153cdc2ea6144c6ded1d6bd0dad642..6d6abf46378e36576aab28c744852b30f167d48c 100755 (executable)
@@ -28,7 +28,7 @@ configure_options = \
        $(NULL)
 
 ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
-configure_options += GJS=/nonexistent/gjs
+configure_options += ac_cv_path_GJS=
 endif
 
 ifneq ($(filter libostree-doc,$(binaries)),)